home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / MUI / MCC_TimeText / MCC_TimeText.pi < prev    next >
Fred Fish's Product-Info  |  1997-10-07  |  2KB  |  87 lines

  1. .name
  2. TimeText.mcc
  3. .type
  4. MUI custom class
  5. .short
  6. MUI public custom class for easy time string handling.
  7. .description
  8. TimeText is a Custom Class of the Magic User Interface © by Stefan Stuntz.
  9. It's a subclass of text-class and time-class.
  10.  
  11. The idea of this class was born during developing my Gregor application.
  12.  
  13. MUI public custom class that displaying a text gadget for time strings. The
  14. display format of the time string can be freely defined.
  15.  
  16. TimeText.mcc features that are of interest for users:
  17. - Can be dragged around
  18. - Handles daylight savings time
  19. - Handles time zones
  20. - Supports 12h and 24h clocks
  21. - Supports various string formats
  22.  
  23. TimeText.mcc features of interest for developers:
  24. - Based on Time.mcc
  25. - Supports MUIM_Import and MUIM_Export
  26. - The time can be read in hour/minutes/seconds format or as seconds from
  27.   midnight on
  28. - The time range can be restricted
  29. - It's possible to notify a Date.mcc object when the next or previous day
  30.   was reached
  31. - Method to set the current time
  32. - Methods for increasing and decreasing the time
  33. - Method to compare with another time object
  34. .version
  35. 12.1
  36. .date
  37. 1997.10.07
  38. .author
  39. Kai Hofmann
  40. .address
  41. Arberger Heerstr. 92
  42. 28307 Bremen
  43. GERMANY
  44. .email
  45. i07m@informatik.uni-bremen.de
  46. .url
  47. http://home.pages.de/~i07m/
  48. http://home.pages.de/~i07m/amiga/mui/TimeText.html
  49. ftp://ftp.uni-bremen.de/pub/amiga/beta/MCC_TimeText.lha
  50. ftp://ftp.uni-bremen.de/pub/amiga/beta/MCC_TimeText.lzx
  51. .requirements
  52. MUI 3.1
  53. date.library (included)
  54. locale.library
  55. .distribution
  56. Giftware
  57. .price
  58. The minimum price is a trade. Send me a full version of your product at
  59. no cost including free updates!
  60. .installsize
  61. 7KB - 190KB
  62. .exectype
  63. Compiled C
  64. .source
  65. ANSI-C demo source included
  66. .construction
  67. SAS-C 6.59 with optimization
  68. .tested
  69. CPU: 68030; OS 3.1; MUI 3.8; Video/Graphics: Picasso II (Village Tronic);
  70. Enforcer 37.70; Mungwall 37.71; SegTracker 37.70; Installer 43.3
  71. .docs
  72. MCC_TimeText.readme
  73. docs/English/TimeText_mcc.guide
  74. docs/English/TimeText_mcc.doc
  75. docs/Deutsch/TimeText_mcc.guide
  76. docs/Deutsch/TimeText_mcc.doc
  77. developer/autodocs/MCC_TimeText.doc
  78. libs/date.readme
  79. .aminet-dir
  80. dev/mui
  81. .aminet-file
  82. MCC_TimeText.lha
  83. .described-by
  84. Kai Hofmann <i07m@informatik.uni-bremen.de>
  85. .submittal
  86. Kai Hofmann <i07m@informatik.uni-bremen.de>
  87.